home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / dvtree23.zip / DVTXDI.ZIP / DVTXDI.DOC < prev    next >
Text File  |  1991-08-28  |  4KB  |  77 lines

  1.  
  2. DV Tree External Device Interface (DVTXDI.COM)   Version 1
  3.  
  4. ***************    Important!  Important!  Important!    *****************
  5. You must be running DESQview version 2.26 or higher for DVTXDI.COM to be
  6.         of value!  (Meaning, in 2.25, it won't do anything).
  7. **************************************************************************
  8.  
  9. ***************    Important!  Important!  Important!    *****************
  10. You must also be running DOS version 3.1 or higher.  The reason for this,
  11.          and a possible cure, is contained in a Quarterdeck
  12.          Technical note obtainable from Quarterdeck Office
  13.          Systems.  The note may also be found as Quarterdeck
  14.                      White Paper TERMXDI.PAT.
  15. **************************************************************************
  16.  
  17.         DVTXDI is a TSR (terminate-and-stay-resident) program that
  18. keeps track of DESQview processes through an interface method provided
  19. by DESQview itself.  It should be loaded prior to DESQview, preferably
  20. in high memory using QEMM, QRAM, CTMAP, or some other high loading
  21. program that does its work in AUTOEXEC.BAT.  Once loaded, DESQview may
  22. then be started.
  23.         The following programs by the same author utilize the services
  24. provided by DVTXDI:
  25.  
  26.         DV Tree                 1.7   (and above)
  27.         DV Task Manager         1.1   (and above)
  28.  
  29.         Only one copy of DVTXDI should be loaded to support the above
  30. programs.  If multiple copies of DVTXDI.COM are available on distribution
  31. disks from the same author, the one with the most recent file date
  32. (if different) should be used.
  33.         For program-specific information, see the section(s) below.
  34.  
  35.  
  36. DVTXDI and other Int 2F drivers:
  37.  
  38.         At the time of this writing (DVTXDI version 1.4 about to go
  39. out...), DVTXDI should be able to co-exist with other TSRs (particularly
  40. those using interrupt 2F) as long as the other TSRs have been coded with
  41. other TSRs (like this one) in mind.  However, problems may occur wherein
  42. one or more of the TSRs conflict and thus fail to function.  This sort of
  43. thing may often be remedied by changing the order your TSRs are loaded
  44. (for instance, and hint:  If you have a TSR called DVSIXDI 1.1, load it
  45. *before* DVTXDI).
  46.  
  47.  
  48.  
  49. Relevance to DV Tree:
  50.  
  51.         Under normal operations, DV Tree can only be aware of other tasks
  52. in DESQview that it initiated itself.  With DVTXDI loaded, DV Tree becomes
  53. able to know whether a LOTUS 1-2-3 window, for instance, was started
  54. independently from the DESQview Open Menu.  This information is useful at
  55. one major point - when the program is asked to start LOTUS 1-2-3 via a
  56. DESQview Function key.  Normally, DV Tree would be unaware of the other
  57. copy and start a new one, possibly causing the first to swap out of the
  58. system.  With DVTXDI loaded, DV Tree will be aware of the old copy's
  59. existence just as if it had started it itself.
  60.  
  61.  
  62. Relevance to DV Task Manager:
  63.  
  64.         DVTXDI is essential to DV Task Manager's operation and therefore
  65. must be installed.  DV Task Manager will display an error message and
  66. terminate if DVTXDI is not detected in the system at startup.
  67.  
  68.  
  69. Batch file access:
  70.  
  71.         A small utility program, TAPXDI.COM is provided to allow
  72. the setting of an ERRORLEVEL in a batch file based on whether or not an
  73. application associated with a particular set of DESQview Open Keys is
  74. currently active.  For syntax, run TAPXDI with no operands.  An example
  75. of how TAPXDI may be used is available in the TAPX.BAT example file.
  76.  
  77.